CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - game of life

搜索资源列表

  1. Game_of_Life

    0下载:
  2. 生命游戏的matlab程序实现,通过编程实现元胞自动机原理中的经典算法程序,生命游戏。-Game of Life matlab program, through the programming of cellular automata theory in the classical algorithm, the game of life.
  3. 所属分类:assembly language

    • 发布日期:2017-03-21
    • 文件大小:640
    • 提供者:lihuasheng
  1. lifegame

    0下载:
  2. its game of life. in it, cells with ones are alive, while cells with zeros are dead. for the next generation, the new value of a cell depends on the rules: living cell with one or zero neighbors will die living cells with two or three neighbors will
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:801
    • 提供者:augchen
  1. VBlifegame

    0下载:
  2. VB编的生命游戏,生命游戏是人类实现人工智能最经典的程序之一,它通过计算机模拟了生物生存、繁衍、竞争、死亡的整个过程,使人类在人工智能方面迈进了最重要的一步。-VB series Game of Life Game of Life is a human artificial intelligence to achieve one of the most classic program , which through computer simulations of biological survi
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:12642
    • 提供者:李桑
  1. game-of-life

    0下载:
  2. implement an automaton
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5148
    • 提供者:marcelfenerich
  1. Life_Game2.12

    0下载:
  2. 基于C#的生命游戏,兰顿蚂蚁等元胞自动机的实现,完整的程序 Form1.cs 为主窗体 可以在245行之后,添加自己的规则。 Gridlines.cs为网格类,控制网格的尺寸、线型、颜色等,以及网格绘制等 Cell.cs为细胞类,控制所有的单元格(细胞、兰顿蚂蚁的地板)的形状、状态、颜色,以及细胞绘制等。 Ant.cs为蚂蚁类,类似细胞类,有方向改变,前进等方法。 gridset.cs为设置窗体,用于设置一些参数。 目前,支持网格三种线型、
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1319580
    • 提供者:梁宇翔
  1. cell_auto_program

    1下载:
  2. 元胞自动机的大部分程序,包括元胞自动机生成sierpinski直角垫片 ,在六边形的元胞自动机上模拟单粒子运动,算法是基于FHP规则.以及元胞自动机模拟地球卫星的云图 ,元胞以固定的概率向相邻的4个元胞扩散 zz问题,元胞自动机模拟地球卫星的云图 ,以及生命游戏,机器人等程序-Cellular automata most programs, including cellular automata generate sierpinski Cartesian pads, analog single
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:7064
    • 提供者:llp
  1. ConwayGame

    0下载:
  2. 康威生命游戏,元胞自动机,可视化设计,非常经典-Conway Game of Life, cellular automata, visual design, very classic
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1304
    • 提供者:王海宁
  1. gameoflife.c.tar

    0下载:
  2. file simulation of Game of life
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:760
    • 提供者:lililove01
  1. LifeGame

    0下载:
  2. Life Game(生命游戏)Java 实现,体现了元胞自动机的重要思想-game of life
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:9319
    • 提供者:星球
  1. 10

    0下载:
  2. 用c语言演绎“生命游戏,设定图像中每个像素的初始状态后依据上述的游戏规则演绎生命的变化,由于初始状态和迭代次数不同,将会得到令人叹服的优美图案。-With c language interpretation of " Game of Life, set for each pixel in the image after the initial state of the rules of the game based on interpretation of the change of l
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2694
    • 提供者:rowthof
  1. conwayslife1

    0下载:
  2. 主要是一个生命游戏的过程。不过是一个开放的边界条件。-Mainly a process of the game of life. But is an open boundary condition.
  3. 所属分类:游戏

    • 发布日期:2017-04-14
    • 文件大小:2569
    • 提供者:ianshave
  1. GameOfLife

    0下载:
  2. zijixiede 生命游戏 xiaochengxu-Game of Life
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1805490
    • 提供者:martin
  1. conwayslife1

    0下载:
  2. 主要是一个生命游戏的过程。不过是一个开放的边界条件。-Mainly a process of the game of life. But is an open boundary condition.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2685
    • 提供者:esandpe
  1. gameoflife100

    0下载:
  2. game of life in c++ code. so enjoy the sharing is caring.
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1517
    • 提供者:earcherst
  1. Game_of_Life

    0下载:
  2. 元胞自动机——生命游戏,其中黑点表示活着 ,白点表示死亡状态 。-Cellular Automata- Game of Life, in which live black dots, white dots being dead.
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:805
    • 提供者:napplic
  1. Game_of_life_rand

    0下载:
  2. 自己编的关于生命游戏的代码,希望能对感兴趣的朋友有所帮助-Own on the Game of Life code, hoping to help a friend interested
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2105
    • 提供者:ationsand
  1. JuegoVida

    0下载:
  2. Game of life in java
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2791
    • 提供者:ngmil
  1. main101

    0下载:
  2. 生命小游戏,可以演化出许多的图形,很简单,很有效,适合初学者-Game of life can evolve a lot of graphics, very simple and very effective, suitable for beginners
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:953
    • 提供者:abilityal
  1. GameOfLife

    0下载:
  2. 元胞自动机游戏——生命游戏 & 森林火灾-Games of Cellular Automaton: Game of Life & Forest Fire
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:85323
    • 提供者:HgS
  1. live

    0下载:
  2. 生命游戏 二维网格世界 满足一定规则的生命演化实验-Game of Life Two-dimensional grid world Meet certain rules of life evolution experiments
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2446
    • 提供者:周子鹏
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
搜珍网 www.dssz.com